/* reset */
p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, th, td, div, pre, body, code, form, input, legend, button, figure, fieldset, textarea, blockquote {
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-sizing: content-box;
}
html {
	font-size: 14px;
	overflow-y: auto;
	height: 100%;
	background-color: #fff!important;
}
html, body {
	background-color: #fff!important;
	width: 100%;
	min-width: 1200px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}
body {
	background: #fff;
	overflow: hidden;
	font-family: Arial, 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, sans-serif;
	position: relative;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility
}
input, select, textarea {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
/*img,input,button,textarea{border:none;-webkit-appearance:none}*/
/*input{text-align:inherit}*/
img {
	border: none;
	-webkit-appearance: none;
}
textarea {
	resize: none
}
a, h1, h2, h3, h4, h5, h6, input, select, button, option, textarea, optgroup {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	color: inherit;
	outline: none
}
a {
	text-decoration: none;
	color: #333;
}
ol, ul {
	list-style: none;
}
input {
	background: #fff;
}
button, input[type='submit'], input[type='button'] {
	cursor: pointer
}
input::-moz-focus-inner {
padding:0;
border:0
}
input[type='number'] {
	-moz-appearance: textfield
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
margin:0;
-webkit-appearance:none
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#999
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#999
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#999
}
template {
	display: none
}
img {
	vertical-align: middle;
}
em, i {
	font-style: normal
}
/* common */
.fl {
	float: left;
}
.fr {
	float: right;
}
.block {
	display: block;
}
.aCur {
	color: #fff;
	padding: 0 5px;
	background: #2c73ac;
	line-height: 23px;
	font-size: 13px;
	margin-top: 8px;
} /* 选中状态 */
/* 清除浮动 cl 、clearfix  */
.cl:after, .clearfix:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.cl, .clearfix {
	zoom: 1
}
/* 外填充 */
.m5 {
	margin: 5px;
}
.m10 {
	margin: 10px;
}
.m15 {
	margin: 15px;
}
.m20 {
	margin: 20px;
}
.m25 {
	margin: 25px;
}
.m30 {
	margin: 30px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb80 {
	margin-bottom: 80px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml80 {
	margin-left: 80px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mr80 {
	margin-right: 80px;
}
/* 内填充 */
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.p15 {
	padding: 15px;
}
.p20 {
	padding: 20px;
}
.p25 {
	padding: 25px;
}
.p30 {
	padding: 30px;
}
.p40 {
	padding: 40px;
}
.p50 {
	padding: 50px;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pt80 {
	padding-top: 80px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb100 {
	padding-bottom: 100px;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pl50 {
	padding-left: 50px;
}
.pl80 {
	padding-left: 80px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr25 {
	padding-right: 25px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}
.pr50 {
	padding-right: 50px;
}
.pr80 {
	padding-right: 80px;
}
/* 宽度 */
.wrap {
	width: 100%;
	min-width: 1200px;
}
.w10 {
	width: 10px;
}
.w20 {
	width: 20px;
}
.w30 {
	width: 30px;
}
.w40 {
	width: 40px;
}
.w50 {
	width: 50px;
}
.w60 {
	width: 60px;
}
.w70 {
	width: 70px;
}
.w80 {
	width: 80px;
}
.w90 {
	width: 90px;
}
.w100 {
	width: 100px;
}
.w200 {
	width: 200px;
}
.w300 {
	width: 300px;
}
.w400 {
	width: 400px;
}
.w500 {
	width: 500px;
}
.w600 {
	width: 600px;
}
.w700 {
	width: 700px;
}
.w800 {
	width: 800px;
}
.w900 {
	width: 900px;
}
.w990 {
	width: 990px;
	margin: 0 auto;
}
.w960 {
	width: 960px;
	margin: 0 auto;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1280 {
	width: 1280px;
	margin: 0 auto;
}
.w940 {
	width: 940px;
	margin: 0 auto;
}
/* 高度 */
.h {
	height: 100%
}
.h50 {
	height: 50px;
}
.h80 {
	height: 80px;
}
.h100 {
	height: 100px;
}
.h200 {
	height: 200px;
}
.main {
	width: 1200px;
	margin: 0 auto;
}
/*对齐方式*/
.text-c {
	text-align: center;
}
.text-l {
	text-align: left;
}
.text-r {
	text-align: right;
}
/*字体大小*/
.f-12 {
	font-size: 12px;
}
.f-13 {
	font-size: 13px;
}
.f-14 {
	font-size: 14px;
}
.f-15 {
	font-size: 15px;
}
.f-16 {
	font-size: 16px;
}
.f-18 {
	font-size: 18px;
}
.f-20 {
	font-size: 20px;
}
.f-22 {
	font-size: 22px;
}
.f-24 {
	font-size: 24px;
}
/*标题*/
.h1 {
	font-size: 26px;
	color: #000;
	line-height: 36px;
}/*一级标题*/
.wrapper {
	width: 100%;
	min-width: 1200px;
	background-color: #fff!important;
}
.width1000 {
	width: 1000px;
	margin: 0 auto;
}
.width1200 {
	width: 1200px;
	margin: 0 auto;
}
.width1100 {
	width: 1100px;
	margin: 0 auto;
}
/*头部*/
.top {
	height: 100px;
}
.top-box {
}
.top-box .logo {
	display: block;
	width: 245px;
	height: 50px;
	margin-top: 25px;
}
.top-box .logo img {
	width: 245px;
	height: 50px;
}
.top-box .icon-box {
	margin-top: 40px;
}
.top-box .icon-box a {
	float: left;
	display: block;
	width: 22px;
	height: 22px;
	margin-left: 20px;
}
.top-box .icon-box a img {
	width: 22px;
	height: 22px;
}
.top-box .icon-box a.fan {
	line-height: 24px;
	font-size: 15px;
	width: 24px;
	;
}
.top-box .icon-box a.jian {
	margin-left: 5px;
	line-height: 24px;
	font-size: 15px;
	width: 24px;
	;
}
.searchbtn .btn {
	width: 22px;
	height: 22px;
	font-size: 0;
	border: none;
	background: url(../images/icon_search.png);
}
.searchbtn .txt {
	height: 28px;
	border: 1px solid #DADADA;
	border-radius: 2px;
	margin-top: -3px;
	padding-left: 10px;
	display: none;
}
/*导航*/
.menu {
	height: 60px;
	line-height: 60px;
	background: #EFF5FA;
	opacity: 0.94;
	position: relative;
	z-index: 2;
}
.menu-box {
	width: 1200px!important;
}
.menu-box li {
	float: left;
	font-size: 16px;
	width: 133px;
	text-align: center;
}
.menu-box li a {
	color: #2B333A;
	display: inline-block;
	height: 54px;
}
.menu-box li:hover a {
	border-bottom: 4px solid #0B66B2;
}
.menu-slide {
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 3;
}
.menu-slide.active {
	background: rgba(11,102,178,0.90);
}
.menu-slide .menucon {
	display: none;
}
.menu-slide ul {
	margin: 0 auto;
}
.menu-slide ul li {
	float: left;
	margin-right: 20px;
	line-height: 50px!important;
	font-weight: bold;
}
.menu-slide ul li a {
	color: #BAD0E2;
}
.menu-slide .slideone {
	height: 0;
	width: 0;
}
.menu-slide .gsjj {
	width: 1000px;
	margin: 0 auto;
}
.menu-slide .gsjj ul {
	padding-left: 7%;
}
.menu-slide .jyxm {
	width: 900px;
	margin: 0 auto;
}
.menu-slide .jyxm ul {
	padding-left: 19%;
}
.menu-slide .tzzgx {
	width: 1270px;
	margin: 0 auto;
}
.menu-slide .tzzgx ul {
	padding-left: 6%;
}
.menu-slide .jyxw {
	width: 500px;
	margin: 0 auto;
}
.menu-slide .jyxw ul {
	padding-left: 43%;
}
.menu-slide .jyzz {
	width: 600px;
	margin: 0 auto;
}
.menu-slide .jyzz ul {
	padding-left: 67%;
}
/* .menu-slide .jmjy{width:1200px;margin:0 auto;}
.menu-slide .jmjy ul{padding-left:72%;} */
.menu-slide .jywq {
	width: 1400px;
	margin: 0 auto;
}
.menu-slide .jywq ul {
	padding-left: 43%;
}
.menu-slide .rzjy {
	width: 1200px;
	margin: 0 auto;
}
.menu-slide .rzjy ul {
	padding-left: 92%;
}
/*底部*/
.footer {
	width: 100%;
	height: 190px;
	background: #13274E;
	padding-top: 50px;
	margin-top: 100px;
}
.footer .foot-logo {
	margin-left: 50px;
}
.footer .foot-left {
	margin-left: 57px;
	margin-top: 15px;
}
.footer .foot-left .link {
}
.footer .foot-left .link a {
	color: #fff;
	margin-right: 20px;
}
.footer .foot-left p {
	line-height: 26px;
	margin-top: 15px;
}
.footer .foot-left span {
	color: #ACB7CA;
	display: block;
}
.footer .foot-left span a {
	color: #ACB7CA;
}
.footer .foot-right {
	margin-top: 15px;
	position: relative;
}
.footer .foot-right p {
	color: #ACB7CA;
	line-height: 26px;
}
.footer .foot-right .wx-box {
	margin-top: 15px;
}
.footer .foot-right .wx-box img {
	margin-right: 15px;
}
#wechat {
	cursor: pointer;
}
#wechat_con {
	width: 630px;
	position: absolute;
	top: -140px;
	left: -260px;
	display: none;
	background: #fff;
	border: 1px solid #ddd;
}
#wechat_con img {
	float: left;
	margin: 5px;
	width: 200px;
}
/*二级导航及面包屑及banner*/
.banner-er {
	width: 100%;
	height: 130px;
	background: url(../banner/bannerer.png) no-repeat top center;
	color: #fff;
}
.banner-er p {
	font-size: 16px;
	text-align: center;
	padding-top: 42px;
	margin-bottom: 5px;
	display: none;
}
.banner-er h4 {
	font-size: 18px;
	text-align: center;
	display: none;
}
.menu-er {
	height: 60px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}
.crumb .home {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #F3F7FF;
	background-image: url(../images/icon_home.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	;
}
.crumb a {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	vertical-align: -webkit-baseline-middle;
	margin-left: 8px;
}
.crumb i {
	display: inline-block;
	width: 3px;
	height: 5px;
	margin-left: 8px;
	background: url(../images/icon_arr.png) no-repeat center;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}
.crumb a.active {
	color: #0B66B2;
	margin-left: 6px;
}
.menu-ul {
	line-height: 60px;
	;
}
.menu-ul li {
	float: left;
	margin-left: 15px;
	height: 58px;
	;
}
.menu-ul li a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.menu-ul li:hover {
	border-bottom: 2px solid #0B66B2;
}
.menu-ul li.active {
	border-bottom: 2px solid #0B66B2;
}
.menu-tz li {
	margin-left: 6px;
}
/* banner背景图 */
.ygjy_banner {
	background: url(../banner/b1.jpg) no-repeat top center;
}/*有关建业*/
.jyxm_banner {
	background: url(../banner/b2.jpg) no-repeat top center;
}/*建业项目*/
.tzzgx_banner {
	background: url(../banner/b3.jpg) no-repeat top center;
}/*投资者关系*/
.jyxw_banner {
	background: url(../banner/b4.jpg) no-repeat top center;
}/*建业新闻*/
.jyzz_banner {
	background: url(../banner/b5.jpg) no-repeat top center;
}/*建业杂志*/
.lljy_banner {
	background: url(../banner/b6.jpg) no-repeat top center;
}/*联络建业*/
.rzjy_banner {
	background: url(../banner/b8.jpg) no-repeat top center;
}/*入住建业*/
/*英文版头部*/
.top-box .icon-box a.chinese {
	line-height: 24px;
	font-size: 15px;
	width: 30px;
	cursor: pointer;
}
.eng-menu-box li {
	width: auto;
	padding: 0 30px;
}
.eng-foot-right {
	width: 330px;
}
.eng-foot-right #wechat_con {
	top: -110px;
}
.eng-banner {
	font-size: 20px!important;
	padding-top: 58px!important;
}
.eng-menu-con1 {
	width: 800px;
	overflow: hidden;
	position: relative;
	height: 60px;
	float: right;
}
.eng-menu-con1 .menu-ul {
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.eng-menu-con {
	width: 750px;
	overflow: hidden;
	position: relative;
	height: 60px;
	float: right;
}
.eng-menu-con .menu-ul {
	width: 1800px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.eng-slider-box {
	height: auto;
}
.eng-slider-box ul li {
	margin-right: 0;
	padding: 0 10px;
}
.eng-slider-box .gsjj ul {
	padding-left: 0;
}
.eng-slider-box .menu-slide .tzzgx {
	width: 1200px;
}
.eng-slider-box .tzzgx ul {
	padding-left: 0
}
